Call Origination Types
TheintExt
field of the call appearance structure contains one of the values listed in this section. The field provides information about where the call originated relative to the local switch or closed user group. For example, a call between two directory numbers on the same PBX system is an internal call.You can use call origination types to limit the scope of operation of the
TELCountCAs
(page 4-57) andTELCALookup
(page 4-57) functions. The following constants are defined:
enum { telInternalCall = 0, telExternalCall = 1, telUnknownCallOrigin = 2, telAllCallOrigins = 2 };Constant descriptions
telInternalCall
- The call appearance originated internally relative to the local switch or a closed user group, as defined by the telephone system.
telExternalCall
- The call appearance originated externally relative to the local switch or a closed user group, as defined by the telephone system.
telUnknownCallOrigin
- The call appearance's origination point is unknown.
telAllCallOrigins
- Any call appearance.
- IMPORTANT
- Call origination type values 3 through 255 are reserved for use by the Telephone Manager. Values 256 through 32768 are reserved for use by telephone tools.
![]()
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help